Fluent Assertions Documentation
FluentAssertions.Equivalency Namespace / IAssertionContext<TSubject> Interface
The type of the subject.
Members
In This Topic
    IAssertionContext<TSubject> Interface
    In This Topic
    Provides the required information for executing an equality assertion between a subject and an expectation.
    Object Model
    IAssertionContext<TSubject> InterfaceINode Interface
    Syntax
    public interface IAssertionContext<TSubject> 
    Type Parameters
    TSubject
    The type of the subject.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also